From 9839466b231b6384055b9b137405730876413cbe Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 6 Oct 2019 03:08:27 +0200 Subject: [PATCH] Add "python3 -m twine" example to comint-password-prompt tests * test/lisp/comint-tests.el (comint-testsuite-password-strings): Add new example for "python3 -m twine" to test suite. (Bug#37636) --- test/lisp/comint-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/comint-tests.el b/test/lisp/comint-tests.el index 09f10879f9b..068fec89951 100644 --- a/test/lisp/comint-tests.el +++ b/test/lisp/comint-tests.el @@ -34,6 +34,7 @@ "Enter passphrase: " ; ssh-add "Enter passphrase (empty for no passphrase): " ; ssh-keygen "Enter same passphrase again: " ; ssh-keygen + "Enter your password: " ; python3 -m twine ... Bug#37636 "Passphrase for key root@GNU.ORG: " ; plink "[sudo] password for user:" ; Ubuntu sudo "[sudo] user 的密码:" ; localized -- 2.30.2